home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8542 / 8542.xpi / chrome / lastpass.jar / content / basicauth.xul < prev    next >
Extensible Markup Language  |  2010-02-14  |  400b  |  8 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="basic-auth">
  3.     <script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
  4.     <script type="application/x-javascript">
  5.         <![CDATA[window.addEventListener("load",function (){LP.lphandlebasic(document,window);},false);]]>
  6.     </script>
  7. </overlay>
  8.